@font-face {
    font-family: TacticSans;
    font-weight: bold;
    src: url("/public/fonts/TacticSans-Bld.otf") format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-weight: bold;
    src: url("/public/fonts/Gilroy-Bold.otf") format("opentype");
}

.body-anonymous {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 5rem!important;
}

.content-anonymous {
    min-width: 0;
    flex-grow: 1;
}

.footer-anonymous {
    color:#f2f6fc !important;
    line-height: 1;
    font-size: .8rem;
}

.footer-admin {
    color:#a7aeb8 !important;
    line-height: 1;
    font-size: .8rem;
    height: 5rem;
    display: flex;
    align-items: center;
}

.logo-header-anonymous {
    max-width: 100%;
    max-height: 100px;
}

.body-anonymous {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 5rem!important;
}

.content-anonymous {
    min-width: 0;
    flex-grow: 1;
}

.footer-anonymous {
    color:#f2f6fc !important;
    line-height: 1;
    font-size: .8rem;
}

.footer-admin {
    color:#a7aeb8 !important;
    line-height: 1;
    font-size: .8rem;
    height: 5rem;
    display: flex;
    align-items: center;
}

.logo-header-anonymous {
    max-width: 100%;
    max-height: 100px;
}

.bg-jeu {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('/public/images/fond_jeu.jpg');
    background-size: cover;
}

.bg-pendu {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}

.bg-ecran {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('/public/images/fond_ecran.jpg');
    background-size: cover;
}

.bg-vertical {
    background-image: url('/public/images/fond_vertical.jpg');
}

.logo-horizontal {
    min-height: 100px;
    background-image: url('/public/images/logo_horizontal.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.div-candidat {
    position: relative;
    width: 180px;
    height: 211px;
}

.div-candidat-sm {
    position: relative;
    width: 80px;
    height: 93px;
}

.img-candidat {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.fnd-candidat {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.alpha-candidat {
    filter: saturate(50%) brightness(50%);
}

.virtual-key {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: black;
    text-align: center;
    font-size: 25;
    font-weight: bolder;
    padding-top: 11px;
    margin: 10px;
}

.virtual-case {
    width: 40px;
    height: 40px;
    border: solid 4px white;
    border-radius: .75rem;
    margin: 10px;
}

.virtual-circle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #e8471e;
    margin: 8px;
}

.btn:disabled, .btn.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-family: Arial, sans-serif;
}

.cartouche-cagnotte-sm {
    width:700px;
}

.cartouche-cagnotte-md {
    width:900px;
}

.cartouche-cagnotte-lg {
    width:1000px;
}

.montant-cagnotte {
    position: relative;
    height: 0px;
    color:rgba(255, 255, 255, 0.5);
    text-align:right;
    font-family: gilroy;
    -webkit-text-stroke: 1px #ffffff;
}

.montant-cagnotte-dark {
    color:rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 1px #000000;
}

.montant-cagnotte-sm {
    font-size: 90pt;
    top: -178;
    left: -110;
}

.montant-cagnotte-md {
    font-size: 115pt;
    top: -225;
    left: -141;
}

.montant-cagnotte-lg {
    font-size: 128pt;
    top: -249;
    left: -157;
}